GetObjectByHeapObjectIdResponse

data class GetObjectByHeapObjectIdResponse(result: RemoteObject)

Represents response frame that is returned from HeapProfiler#getObjectByHeapObjectId operation call.

See also

Constructors

GetObjectByHeapObjectIdResponse
Link copied to clipboard
fun GetObjectByHeapObjectIdResponse(result: RemoteObject)

Properties

result
Link copied to clipboard
val result: RemoteObject
Evaluation result.

Sources

jvm source
Link copied to clipboard